home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 …ember: Reference Library / Apple Developer Reference Library (December 1999) (Disk 1).iso / pc / technical documentation / develop / develop issue 23 / develop issue 23 code / internet config.sea / Internet Config / IC 1.1 / ICAppSourceKit1.1 / ICWindowUtils.p < prev    next >
Encoding:
Text File  |  1995-02-10  |  155 b   |  12 lines

  1. unit ICWindowUtils;
  2.  
  3. interface
  4.  
  5.     uses
  6.         ICTypes, ICWindowGlobals;
  7.  
  8.     function WindowsOpen (wt: WindowType): OSErr;
  9.  
  10. implementation
  11.  
  12. end. (* ICWindowUtils *)